<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.clearjs {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%
}

body {
    font-size: 14px;
    color: #333;
    line-height: 1;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: all .4s
}

a:hover {
    color: #04339F
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

em,
i {
    font-style: normal
}

img {
    vertical-align: middle;
    transition: all .4s
}

video {
    outline: 0
}

input,
select,
textarea {
    font-size: 14px
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    overflow: auto
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0
}

input::-ms-clear {
    display: none
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none
}

.flexm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.column {
    flex-direction: column;
}

.mainflex {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainflexright {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.tft10,
.fdpic {
    transition: All 0.4s ease-in-out;
}

.tft10:hover {
    transform: translate(0, -10px);
}

.fdpic:hover img {
    transform: scale(1.05);
}

.hei60 {
    height: 60px;
}

.bs {
    transition: All 0.4s ease-in-out;
}

.bs:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.fd {
    overflow: hidden;
    transition: All 0.4s ease-in-out;
}

.fd:hover img {
    transform: scale(1.05);
}

.marb10 {
    margin-bottom: 10px;
}

.marlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marr10 {
    margin-right: 10px;
}

.gybg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mart70 {
    margin-top: 60px;
}

.mart30 {
    margin-top: 30px;
}

.padt60 {
    padding-top: 60px;
}

.padb60 {
    padding-bottom: 60px;
}

.clearfix:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.'
}

.wid160 {
    width: 1600px;
    margin: 0 auto;
}

.wid140 {
    width: 1200px;
    margin: 0 auto;
}

.wid100 {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.pc {
    display: block
}

header {
    transition: all .4s;
}

header.cur {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 888;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
}

header .logo img {
    height: 55px;
    width: auto
}

header .navbut {
    display: none
}

header nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

header nav .nav-dowm-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff
}

header nav ul li {
    float: left;
    position: relative
}

header nav ul li.cur,
header nav ul li:hover {
    background: #04339F;
}

header nav ul li&gt;a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
    color: #333;
    font-size: 18px;
    padding: 0 25px;
    position: relative;
    z-index: 5
}

header nav ul li.cur a,
header nav ul li:hover a {
    color: #fff !important;
}

header nav ul li&gt;a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-left: 5px;
    opacity: .8;
    display: none;
    transition: all 0.3s;
}

header nav ul li.cur a:after,
header nav ul li:hover a:after {
    border-top: 5px solid #fff;
}

header nav ul .drop:hover&gt;a:after {
    transform: rotate(180deg);
}

header nav ul li.drop&gt;a:after {
    display: block
}

header nav ul li .sub {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 80px;
    background: #fff;
    min-width: 100%;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

header nav ul li .sub a {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    font-size: 16px;
    color: #333 !important;
    display: block;
    line-height: 1.5;
}

header nav ul li .sub a:hover {
    background: #04339F;
    color: #fff !important;
    letter-spacing: 2px;
}

header nav ul li:hover&gt;a {
    color: #333
}

header nav ul li.cur&gt;a {
    color: #333
}

header nav ul li.nocur&gt;a {
    color: #333
}

.lanmenu {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    background: #F5F5F5;
    padding: 0 20px;
}

.lanmenu a {
    padding: 0 40px;
    font-size: 20px;
    position: relative;
    flex: none;
    display: block;
    transition: all 0.35s;
}

.lanmenu a:before {
    transition: all 0.35s;
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #04339F;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
}

.lanmenu a:hover:before {
    width: 80px;
}

.lanmenu a.active,.lanmenu a.active4,
.lanmenu a:hover {
    color: #04339F
}

.lanmenu a.active:before,.lanmenu a.active4:before  {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #04339F;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
}

.lanmenu a:last-child:after {
    width: 0;
}

.mainbox {
    padding: 50px 0 180px;
}

.mainbox2 {
    padding: 50px 0 0;
}

.qmhpage1 {
    padding: 60px 0 60px;
}

.qmhbanner {
    height: auto;
    overflow: hidden;
    position: relative;
}

.qmhbanner .prev,
.qmhbanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 11;
    margin-top: -25px;
    background: url(../img/uico1.png) no-repeat center/80% auto;
}

.qmhbanner .next {
    left: auto;
    right: 3%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.qmhbanner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmwrap {
    width: 1200px;
    margin: 0 auto;
}

.qmhpage1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qmhpage1 li {
    width: 20%;
    padding-left: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.qmhpage1 li h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #666464;
}

.qmhpage1 li h3 span {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.qmhpage1 li p {
    font-size: 16px;
    line-height: 1;
    color: #666464;
}

.qmhpage1 li:nth-child(1) {
    background: url(../img/qms1.png)no-repeat left top 18px;
    background-size: 25px auto;
}

.qmhpage1 li:nth-child(2) {
    background: url(../img/qms2.png)no-repeat left top 18px;
    background-size: 31px auto;
}

.qmhpage1 li:nth-child(3) {
    background: url(../img/qms3.png)no-repeat left top 18px;
    background-size: 27px auto;
}

.qmhpage1 li:nth-child(4) {
    background: url(../img/qms4.png)no-repeat left top 18px;
    background-size: 29px auto;
}

.qmhpage1 li:nth-child(5) {
    background: url(../img/qms5.png)no-repeat left top 18px;
    background-size: 28px auto;
}

.qmhpage2 {
    padding: 70px 0 50px;
}

.qmtit {
    text-align: center;
}

.qmtit h2 {
    font-size: 38px;
    line-height: 1.6;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.qmtit p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.qmhpage2 .hds {
    margin-top:50px;
    overflow: hidden; display: flex;  align-items: center; justify-content: space-between
}

.qmhpage2 .hds .txt {
    float: left;
    width: calc(100% - 640px);
}

.qmhpage2 .hds .video {
    float: right;
    width: 600px; 
}

.qmhpage2 .hds .ts {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 8px;
    position: relative;
}

.qmhpage2 .hds .ts::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
    width: 70px;
    height: 2px;
    background: #e46713;
}

.qmhpage2 .hds .ts h3 {
    font-size: 30px;
    line-height: 1.3;
    color: #000000;
    font-weight: bold; letter-spacing: 2px
}

.qmhpage2 .hds .ts p {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}

.qmhpage2 .hds .del {
    font-size: 14px;
    line-height: 2;
    color: #6d6b6b;
    margin: 20px 0;
}

.qmhpage2 .hds .del p {
    text-indent: 2em;
}

.qmhpage2 .hds .more {
    display: block;
    width: 220px;
    height: 50px;
    background: #04339f;
    text-align: center;
    border-radius: 26px;
}

.qmhpage2 .hds .more span {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding-right: 25px;
    background: url(../img/qms26.png)no-repeat right center;
    background-size: 16px auto;
}

.qmhpage2 .hds video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage2 .bds {
    margin-top: 50px;
}

.qmhpage2 .bds .ths {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 16px;
}

.qmhpage2 .bds .ths ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.qmhpage2 .bds .ths li {
    padding: 0 72px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.qmhpage2 .bds .ths li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    z-index: 1;
    height: 2px;
    background: #04339f;
    width: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s;
    margin: 0 auto;
}

.qmhpage2 .bds .ths li.on::before,
.qmhpage2 .bds .ths li:hover::before {
    width: 100%;
}

.qmhpage2 .bds .ths li.on,
.qmhpage2 .bds .ths li:hover {
    color: #04339f;
}

.qmhpage2 .bds .ovs {
    margin-top: 40px;
}

.qmhpage2 .bds .tbs {
    position: relative;
}

.qmhpage2 .bds .swippic {
    overflow: hidden;
}

.qmhpage2 .bds .swiper-slide {

    overflow: hidden;
}

.qmhpage2 .bds .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage2 .bds .prev,
.qmhpage2 .bds .next {
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 1;
    background: url(../img/qmprev.png)no-repeat center;
    background-size: 14px auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    cursor: pointer;
}

.qmhpage2 .bds .next {
    left: auto;
    right: -60px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.qmhpage3 {
    background: #f7f7f7;
    padding: 50px 0 50px;
}

.qmhpage3 .bds {
    margin-top: 50px;
}

.qmhpage3 .bds ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.qmhpage3 .bds li {
    margin-right: 40px;
    margin-bottom: 50px;
    width: calc((100% - 82px)/3);
}

.qmhpage3 .bds li:last-child,
.qmhpage3 .bds li:nth-child(2) {
    margin-right: 0;
}

.qmhpage3 .bds li:nth-child(1),
.qmhpage3 .bds li:nth-child(2) {
    width: calc((100% - 42px)/2);
}

.qmhpage3 .bds li:nth-child(1) .img,
.qmhpage3 .bds li:nth-child(2) .img {
    height: 420px;
}

.qmhpage3 .bds .img {
    width: 100%;
    overflow: hidden;
    height: 290px;
}

.qmhpage3 .bds .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage3 .bds li:nth-child(1) .txt,
.qmhpage3 .bds li:nth-child(2) .txt {
    padding-bottom: 30px;
    margin: -60px 40px 0;
}

.qmhpage3 .bds .txt {
    background: #fff;
    margin: -60px 30px 0;
    padding: 20px 0 30px;
    position: relative;
    z-index: 2;
}

.qmhpage3 .bds .txt h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #3b3a3a;
    text-align: center;
    font-weight: bold;
}

.qmhpage3 .bds .txt h6 {
    margin: 15px auto 0;
    width: 120px;
    line-height: 35px;
    display: block;
    background: #e46713;
    font-size: 14px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
}

.qmhpage4 {
    padding: 105px 0 95px;
}

.qmhpage4 .hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f8f8f8;
    padding-bottom: 4px;
}

.qmhpage4 .hds h3 {
    font-size: 38px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
}

.qmhpage4 .hds ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.qmhpage4 .hds li {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    margin-left: 56px;
    cursor: pointer;
}

.qmhpage4 .hds li::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
    z-index: 1;
    height: 2px;
    background: #04339f;
    width: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s;
}

.qmhpage4 .hds li.on::before,
.qmhpage4 .hds li:hover::before {
    width: 100%;
}

.qmhpage4 .ovs {
    margin-top: 55px;
}

.qmhpage4 .bds {
    display: none;

    overflow: hidden;
    background: #fff;
}

.qmhpage4 .bds:nth-child(1) {
    display: block;
}

.qmhpage4 .bds .pic {
    width: 100%;
    overflow: hidden;
}

.qmhpage4 .bds .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage4 .bds .text {
    display: flex;
    justify-content: space-between;
    padding: 30px 96px 48px;
    align-items: flex-end;
}

.qmhpage4 .bds .lt {
    width: calc(100% - 150px);
}

.qmhpage4 .bds .btn {
    width: 142px;
    height: 42px;
    text-align: center;
    background: #e46713;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 22px;
    line-height: 42px;
}

.qmhpage4 .bds .text dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.qmhpage4 .bds .text dd {
    font-size: 24px;
    line-height: 42px;
    color: #4a4a4a;
    padding-left: 25px;
    background: url(../img/qms17.png)no-repeat left center;
    background-size: 15px auto;
    width: 50%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qmhpage4 .bds .lts dl {
    display: block !important;
}

.qmhpage4 .bds .lts dd {
    width: 100%;
}

.qmhpage4 .bds:nth-child(1) .lt dd {
    width: 28%;
}

.qmhpage6 {
    height: 970px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center bottom !important;
    max-width: 1920px;
    margin: 0 auto;
}

.mainbox {
    height: auto;
}

.qmhpage6 .btn {
    width: 142px;
    height: 42px;
    text-align: center;
    background: #e46713;
    font-size: 14px;
    color: #fff;
    display: block;
    border-radius: 22px;
    line-height: 42px;
    margin: 26px auto 0;
}

.qmhpage6 .bds {
    margin-top: 50px;
}

.qmhpage6 .bds ul {
    padding: 0 128px;
    overflow: hidden;
}

.qmhpage6 .bds li {
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
    width: calc((100% - 46px)/3);

    overflow: hidden;
}

.qmhpage6 .bds li:nth-child(3n) {
    margin-right: 0;
}

.qmhpage6 .bds li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage7 {
    padding: 60px 0 150px;
}

.qmhpage7 .bds {
    margin-top: 40px;
}

.qmhpage7 .bds ul {
    overflow: hidden;
}

.qmhpage7 .bds li:nth-child(1),
.qmhpage7 .bds li:nth-child(2) {
    padding-bottom: 42px;
}

.qmhpage7 .bds li {
    float: left;
    width: calc((100% - 70px)/2);
    border-bottom: 1px solid #f7f7f7;
    padding: 32px 0 1px;
}

.qmhpage7 .bds li:nth-child(2n) {
    float: right;
}

.qmhpage7 .bds li a {
    display: block;
    overflow: hidden;
}

.qmhpage7 .bds li .pic {
    width: 260px;
    height: 160px;
    overflow: hidden;
    float: left;
}

.qmhpage7 .bds li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.qmhpage7 .bds li .txt {
    width: calc(100% - 290px);
    float: right;
    margin-top: 16px;
}

.qmhpage7 .bds li h3 {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
}

.qmhpage7 .bds li p {
    font-size: 13px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #898989;
    margin: 10px 0;
}

.qmhpage7 .bds li h4 {
    font-size: 14px;
    line-height: 1.7;
    color: #898989;
}

.qmhpage7 .bds li .ts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {}

.footer .qmwrap {
    position: relative;
    padding: 60px 0 100px;
}

.footer .hds {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateY(-50%);
}

.footer .hds h2 {
    font-size: 47px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
}

.footer .hds h2 span {
    color: #04339f;
}

.footer .hds .wx {
    width: 208px;
    height: 208px;
    overflow: hidden;
}

.footer .hds .wx img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer .ts h3 {
    font-size: 30px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold; letter-spacing: 3px
}

.footer .ts p {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;

    text-transform: uppercase;
}

.footer ul {
    margin: 56px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 20px;
    overflow: hidden;
}

.footer li {
    float: left;
    margin-right: 34px;
}

.footer li a {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.footer .ts h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.footer .ts dl {
    display: flex;
}

.footer .ts dd {
    margin-right: 76px;
    width: 20%;
}

.footer .ts h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold; padding-top: 5px;
}

.footer .ts dd:last-child h2 {
    font-weight: 400;
}

.footer .dizhi {
    margin-top: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 30px;
}

.footer .dizhi dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .dizhi p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px;
}

.footer .dizhi h5 {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
}

.footer .dizhi .logo {
    max-width: 176px;
}

.footer .dizhi .logo img {
    width: 100%;
    display: block;
}

.footer .copyright {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}

.footer .copyright a {
    color: #fff;
}

.qmhpage5 img {
    width: 100%;
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}

.qmhpage5 .qmwrap {
    height: 100%;
    position: relative;
}

.qmhpage2 .bds .tbs:nth-child(n+2) {
    display: none;
}

.qmhpage7 .bds li a:hover .pic img,
.qmhpage3 .bds a:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.qmhpage6 .btn:hover,
.qmhpage4 .bds .btn:hover,
.qmhpage3 .bds a:hover h6 {
    background: #04339f;
}

.qmhpage7 .bds li a:hover h3 {
    color: #04339f;
}

.qmhpage2 .hds .more:hover {
    background: #e46713;
}

.qmhpage2 .bds .prev:focus,
.qmhpage2 .bds .next:focus {
    outline: none;
}

.qmhpage2 .bds .prev:hover,
.qmhpage2 .bds .next:hover {
    background: url(../img/qmprev-1.png)no-repeat center
}


/*分页*/

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px 0 0 0;
}

.pagination li {
    padding: 0 5px
}

.pagination li a,
.pagination li span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    line-height: 38px;
    background: #ececec;
    color: #666;
    border-radius: 5px;
}

.pagination li a:hover {
    background: #666;
    color: #fff;
    border-color: #666
}

.pagination li.active span {
    cursor: default;
    background: #F79C18;
    color: #fff
}

.pagination li.disabled span {
    background: #ddd;
    color: #888;
    cursor: not-allowed
}

.caselist {
    margin: -20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.caselist li {
    width: 33.3333%;
    padding: 20px;
}

.caselist li a {
    display: block;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.caselist li img {
    width: 100%;
}

.caselist li .pic {
    overflow: hidden;
}

.caselist li .text {
    padding: 20px;
    color: #666;
}

.caselist li .text h3 {
    font-size: 20px;
    padding-bottom: 10px;
    color: #333;
}

.caselist li:hover a {
    transform: translateY(-15px);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);
}

.caselist li:hover img {
    transform: scale(1.05);
}

.prolist .text {
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
}

.prolist li:hover .text {
    background: #04339F;
    border: 1px solid #04339F;
    border-top: none;
}

.prolist li:hover .text h3 {
    color: #fff;
}

.prolist li:hover a {
    transform: translateY(0);
    box-shadow: 0px 10px 25px 0px rgba(4, 51, 159, 0.55);
}

.newslist .news {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: all 0.5s;
}

.newslist .news:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #04339F;
    transition: all 0.5s;
}

.newslist .news .date {
    width: 120px;
    height: 120px;
    font-size: 18px;
    background: #A0A0A0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.newslist .news .date .day {
    font-size: 50px;
    color: #fff;
    height: 85px;
    line-height: 90px;
    text-align: center;
}

.newslist .news .date .year {
    background: #606060;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.newslist .news .pic {
    margin: 0 30px;
    overflow: hidden;
    width: 320px;
    display: block;
}

.newslist .news .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 1.5;
    padding-top: 10px;
}

.newslist .news .text h3 {
    font-size: 20px;
    color: #333;
}

.newslist .news .text .ms {
    padding: 20px 0;
    color: #666;
}

.newslist .news .text .visit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.newslist .news .text .visit img {
    padding-right: 5px;
}

.newslist .news .pic img {
    max-width: 100%;
}

.newslist .news:hover {
    transform: translateY(-10px);
}

.newslist .news:hover:before {
    width: 100%;
}

.newslist .news:hover .pic img {
    transform: scale(1.05);
}

.newslist .news:hover h3 {
    color: #04339F;
}

.newslist .news:hover .date .year {
    background: #04339F;
}

.whitebg {
    background: #fff;
}

.dszlist li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.dszlist li .pic {
    width: 300px;
    overflow: hidden;
}

.dszlist li .pic img {
    width: 100%;
}

.dszlist li .text {
    padding-left: 50px;
    font-size: 20px;
    line-height: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.dszlist li .text h3 {
    font-size: 30px;
    padding-bottom: 15px;
}
.padbt50{padding: 50px 0}
.artbody {
    line-height: 2.2;
    font-size: 16px;
    overflow: hidden; 
}

.arttit {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.arttit .tit {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}

.artbody img {
    max-width: 100%;
}

.arttit .ms {
    color: #666
}

.arttit .ms span {
    padding: 0 6px;
}

.view-news-box {
    margin-top: 30px;
}

.view-tit {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 15px 0;
    font-size: 22px;
}

.view-tit:after,
.view-tit:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px
}

.view-tit:after {
    background: #ddd;
    width: 100%
}

.view-tit:before {
    width: 36px;
    background: #e7313b;
    z-index: 5
}

.view-news {
    margin: 0 -10px;
    overflow: hidden
}

.view-news li {
    float: left;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
}

.view-news li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 32px;
    position: relative
}

.view-news li a:before {
    position: absolute;
    content: '';
    background: #262626;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.view-sxpre {
    line-height: 90px;
    margin: 30px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 0 30px;
    font-size: 18px;
}

.view-sxpre li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-sxpre li .iconfont {
    transition: all 0.5s;
}

.view-sxpre li:first-child:hover .iconfont,
.view-sxpre li:last-child:hover .iconfont {
    background: #04339F;
    color: #fff;
    border: 1px solid #04339F;
    width: 60px;
}

.liebie:hover a {
    background: #04339F;
}

.view-sxpre li .iconfont {
    padding-right: 5px;
}

.view-sxpre li:first-child .iconfont,
.view-sxpre li:last-child .iconfont {
    padding-right: 0;
    color: #111;
    display: block;
    border: 1px solid #ccc;
    width: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
}

.view-sxpre li:first-child .iconfont {
    margin-right: 20px;
}

.view-sxpre li:last-child .iconfont {
    margin-left: 20px;
}

.view-sxpre .liebie {
    background: #111;
    text-align: center;
    width: 210px;
    font-size: 24px;
    font-weight: normal;
}

.view-sxpre .liebie a {
    color: #fff;
}

.bg_list_pro {
    margin: -10px;
    overflow: hidden;
}

.bg_list_pro li {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.bg_list_pro li a {
    display: block;
    position: relative;
    font-size: 16px;
}

.bg_list_pro li a .pic {
    overflow: hidden;
}

.bg_list_pro li a .pic img {
    width: 100%;
    height: auto;
    transition: all 0.4s;
}

.bg_list_pro li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    background: #fbfbfb;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s;
}

.bg_list_pro li a:hover img {
    transform: scale(1.1);
}

.bg_list_pro li a:hover span {
    background: #04339F color: #fff;
}

.protops {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-pro .swiper-wrapper {
    position: relative;
}

.profdpic {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    display: block;
    border-radius: 50px;
    z-index: 99999;
}

.lxvideo {
    background: #111 url(../img/lxvideo.png) no-repeat center center;
    left: 20px;
    top: 20px;
}

.propic {
    background: #111 url(../img/sxjia.png) no-repeat center center;
    left: 80px;
    top: 20px;
}

.view-pro {
    width: 680px;
}
.view-case{width: 800px;margin: 0 auto;}
.view-pro .flexmain {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0 30px 0
}

.view-pro .flexmain .left {
    width: 100%
}

.view-pro .flexmain .left img {
    width: 100%;
    height: auto
}

.view-pro .flexmain .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 30px
}

.view-pro .flexmain .right .tit {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4
}

.view-pro .flexmain .right .text {
    line-height: 1.8;
    color: #666
}

.view-pro .probanbig {
    border: 1px solid #cccccc;
    cursor: pointer;
    position: relative
}

.view-pro .probansmall {
    padding: 0 35px;
    position: relative;
    margin-top: 15px
}

.view-pro .probansmall .swiper-slide {
    cursor: pointer;
}

.view-pro .probansmall .swiper-slide img {
    border: 2px solid #ccc;
    width: 100%;
}

.view-pro .probansmall .swiper-slide-thumb-active img {
    border-color: #e7313b
}

.view-pro .probansmall .arrow-left,
.view-pro .probansmall .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #999;
    cursor: pointer;
    outline: 0
}

.sharethis-inline-share-buttons {
    width: 200px;
    float: right;
    padding-top: 7px;
}

.view-pro .probansmall .arrow-left:hover,
.view-pro .probansmall .arrow-right:hover {
    color: #e7313b
}

.view-pro .probansmall .arrow-left {
    left: 0px
}

.view-pro .probansmall .arrow-right {
    right: 0px
}

.view-pro .probansmall .swiper-button-disabled {
    cursor: not-allowed;
    opacity: .3
}

.proright {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 60px;
    font-size: 16px;
    line-height: 1.8;
}

.proright .tit {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 15px;
}

.proright .tel {
    display: block;
    width: 230px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 18px;
    margin: 30px 0;
}

.proright .tel:hover {
    border: 1px solid #e7313b;
}

.proright .tel i,
.proright .yuyue i {
    font-size: 24px;
    padding-right: 10px;
}

.proright .yuyue {
    display: block;
    width: 190px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    background: #e7313b;
    position: relative;
}

.proright .yuyue:hover {
    color: #e7313b;
}

.pplist {
    margin: -15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
}

.pplist li {
    padding: 15px;
    width: 50%;
}

.pplist li a {
    display: block;
    position: relative;
}

.pplist li img {
    width: 100%;
    transition: all 0.5s;
    transform: scale(1.1);
}

.pplist li .pic {
    overflow: hidden;
}

.pplist li h3 {
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 30px;
    letter-spacing: 3px;
}

.pplist li:hover img {
    transform: scale(1);
    border-radius: 0 30px 0 30px;
}</pre></body></html>